ComponentOne Xamarin.Android
RefreshAsync(CancellationToken) Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : RefreshAsync(CancellationToken) Method
The cancellation token.
Removes the cached data and loads the whole collection from scratch.
Syntax
'Declaration
 
Public Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim cancellationToken As CancellationToken
Dim value As Task
 
value = instance.RefreshAsync(cancellationToken)
public Task RefreshAsync( 
   CancellationToken cancellationToken
)

Parameters

cancellationToken
The cancellation token.
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members